ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportParameterInfo<T> Class
The type of the parameter value.
Members

In This Topic
    ReportParameterInfo<T> Class
    In This Topic
    Represents information about a report parameter.
    Object Model
    ReportParameterInfo<T> Class
    Syntax
    'Declaration
     
    Public Class ReportParameterInfo(Of T) 
    public class ReportParameterInfo<T> 
    Type Parameters
    T
    The type of the parameter value.
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo<T>

    See Also